ProfilePreferences

The preferences of a Profile.

Since

7.20

Functions

Link copied to clipboard
abstract fun disableAutofill()
Disables the web form autofill for the simple input values, credit cards, and user data.
Link copied to clipboard
abstract fun disableCaretBrowsing()
Disables the caret browsing.
Link copied to clipboard
Disables network prediction.
Link copied to clipboard
abstract fun enableAutofill()
Enables the web form autofill for the simple input values, credit cards, and user data.
Link copied to clipboard
abstract fun enableCaretBrowsing()
Enables the caret browsing.
Link copied to clipboard
Enables network prediction.
Link copied to clipboard
abstract fun isAutofillEnabled(): Boolean
Returns true if the web form autofill for the simple input values, credit cards, or the user data is enabled.
Link copied to clipboard
Returns true if the caret browsing is enabled.
Link copied to clipboard
Returns true if network prediction (DNS prefetching, TCP and SSL pre-connection, pre-rendering of web pages, and resource prefetching) is enabled.